Skip to content

chore(deps): bump @cloudflare/sandbox from 0.7.21 to 0.8.4#13

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cloudflare/sandbox-0.8.4
Open

chore(deps): bump @cloudflare/sandbox from 0.7.21 to 0.8.4#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cloudflare/sandbox-0.8.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps @cloudflare/sandbox from 0.7.21 to 0.8.4.

Release notes

Sourced from @​cloudflare/sandbox's releases.

@​cloudflare/sandbox@​0.8.4

Patch Changes

@​cloudflare/sandbox@​0.8.3

Patch Changes

  • #515 bf54f69 Thanks @​Muhammad-Bin-Ali! - Fix slow parallel code context creation. Creating multiple contexts concurrently (e.g. 10 at once) no longer scales linearly with each request — wall time drops from ~5s to ~500ms.

  • #493 fdd3efa Thanks @​whoiskatrin! - Add checkChanges() for apps that disconnect and reconnect later but still need to know whether files changed in the meantime.

    Use the returned version in a later call to learn whether a path is unchanged, changed, or needs a full resync. Retained change state lasts for the current container lifetime only.

@​cloudflare/sandbox@​0.8.2

Patch Changes

  • #544 9a2f553 Thanks @​whoiskatrin! - Require @cloudflare/containers 0.2.2 or newer so long-running streamed commands stay alive past sleepAfter while work is still in progress.

@​cloudflare/sandbox@​0.8.1

Patch Changes

  • #487 19076fb Thanks @​scuffi! - Process termination now walks the command's process tree so killing a process also terminates child processes started by that command

@​cloudflare/sandbox@​0.8.0

Minor Changes

  • #519 4103149 Thanks @​scuffi! - Add outbound HTTP interception for sandboxes. Define outbound or outboundByHost handlers on your Sandbox class to intercept, modify, or block HTTP requests made from within the sandbox - with full access to Workers bindings like KV and R2. ContainerProxy is also exported directly from @cloudflare/sandbox. Bumps @cloudflare/containers dependency to 0.2.0+.
Commits
  • 774c16d Version Packages (#551)
  • eb55c28 Bump golang.org/x/image from 0.33.0 to 0.38.0 in /packages/sandbox-container/...
  • c9323fd Update Opencode example to use prebuilt images (#549)
  • 90e1751 Version Packages (#548)
  • 55661c3 Add cloudflare codemode MCP to opencode defaults
  • bf54f69 Fix parallel context creation serialization in process pool (#515)
  • fdd3efa Add disconnected file change checks (#493)
  • 77725e4 Version Packages (#546)
  • cd35416 Add automated Docker Hub description sync (#547)
  • 9a2f553 Require containers 0.2.1 for sleepAfter streams (#544)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2026
Bumps [@cloudflare/sandbox](https://github.com/cloudflare/sandbox-sdk) from 0.7.21 to 0.8.4.
- [Release notes](https://github.com/cloudflare/sandbox-sdk/releases)
- [Commits](https://github.com/cloudflare/sandbox-sdk/compare/@cloudflare/sandbox@0.7.21...@cloudflare/sandbox@0.8.4)

---
updated-dependencies:
- dependency-name: "@cloudflare/sandbox"
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added javascript Pull requests that update javascript code dependencies Pull requests that update a dependency file labels Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants